home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Demo Code
/
Ch04
/
events.asp
< prev
next >
Wrap
Text File
|
1997-04-24
|
372b
|
17 lines
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Internet Studio 1.0">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>Document Title</TITLE>
</HEAD>
<BODY>
Here's what's happening on <%=request.QueryString("date")%>
<P>
<I>Fill in with information from the Database</I>
</BODY>
</HTML>